python read in integers separated by spaces

28

numbers = list(map(int, input().split()))

Comments

Submit
0 Comments